home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Power Programmierung 2
/
Power-Programmierung CD 2 (Tewi)(1994).iso
/
c
/
library
/
dos
/
math
/
cephes
/
ellf
/
ellf.mak
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1992-11-17
|
322 b
|
21 lines
#
# MSDOS makefile for ellf.exe
#
ellf.obj: ellf.c
cl /c ellf.c
ellik.obj: ellik.c
cl /c ellik.c
ellpj.obj: ellpj.c
cl /c ellpj.c
ellpk.obj: ellpk.c mconf.h
cl /c ellpk.c
mtherr.obj: mtherr.c mconf.h
cl /c mtherr.c
ellf.exe: ellf.obj ellik.obj ellpj.obj ellpk.obj mtherr.obj
link ellf ellik ellpj ellpk mtherr;